home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / 123win.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1991-07-17  |  351b  |  26 lines

  1. @Echo off
  2. driveok -m 500000
  3. if errorlevel 2 goto MemError
  4. if errorlevel 1 goto badparam
  5.  
  6. :Ok
  7.  123DEMO -E350 part1
  8.  goto End
  9.  
  10. :MemError
  11.  Echo This demo requires 500 Kb of available
  12.  Echo memory to run properly.
  13.  Echo  
  14.  Echo  
  15.  Pause Press any key to continue.
  16.  goto end
  17.  
  18. :BadParam
  19.  Echo Bad parameter in batch file.
  20.  
  21.  
  22. :End
  23.  
  24.  
  25.  
  26.